home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-01-12 | 598 b | 17 lines | [TEXT/ToyS] |
- property sp : " "
- property msg : "Now is the time for all good men to come to the aid of the party."
- property msgDialog : {size:[500, 80], name:"A message for you!", style:movable dialog, contents:[¬
- {class:static text, contents:"", bounds:[0, 5, 20245, 75], font:{size:48}}]}
-
- set m to sp & sp & msg & sp
- dd install with grayscale
- set d to dd make dialog msgDialog
- try
- repeat with i from 1 to m's length
- repeat 8000 times
- end repeat -- dd interact with user for max ticks 15
- dd set contents of item 1 of d to text i thru -1 of m
- end repeat
- on error
- end try
- dd uninstall